/*start of header*/
.row.match-my-cols {
    overflow: hidden; 
}

.row.match-my-cols [class*="col-"]{
    margin-bottom: -99999px;
    padding-bottom: 99999px;
}


.row.match-my-cols div:last-child > .collapse.show {
    height: 100%;
}
.mega-menu-list li {
    padding-left: 10px !important;
    margin-bottom: 5px !important;
}
.mega-menu-list li::marker {
    content: '\f105';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 5px;
}
.mega-menu-list li a{
    text-decoration: none;
    color: #333;
}

.btn-submenu:hover{
    background:transparent;
    opacity: 0.7;
}

.nav-item--submenu .btn-submenu:not(.collapsed) i {
    display: block;
}
.nav-item--submenu .btn-submenu.collapsed i {
    display: none;
}

.nav-item--submenu .btn-submenu__wrapper {height: 100%;} 

.nav-item--submenu .btn-submenu__content {
    background-color: white;
    height: 100%;
}

.btn-submenu {
    width: 100%;
    border: none;
    outline: none;
    border-radius: 0;
    text-align: left;
    border-top: 1px solid white;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: background-color 0.3s ease;
}

.btn-submenu:not(.collapsed) {
    background-color: white;
    color: #15a2af ;
    font-weight: 700;
}

.btn-submenu.collapsed {
    background-color: #15a2af ;
    color: white;
}

.bg--white[class*="col-"] {
    background-color: white;
}


header {
    top: 30px;
    right: 0px;
    left: 0px;
    z-index: 9999999;
    position: absolute;
}

@media all and (max-width: 1000px) {
    header {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}

#header {
    position: relative;
    width: 100%;
    margin: 0 auto;
}

@media all and (max-width: 640px) {
    #header-main {
        position: fixed !important;
    }
}

#navbarSupportedContent{
    list-style-type: none;
    margin-bottom: 0;
}

#main-navber {
    padding: 0px;
    background-color: #fff;
    justify-content: space-between;
}

.navbar-brand {
    max-width: 250px;
    width: 100%;
    margin: 0px;
}

#navbarSupportedContent ul {
    margin-bottom: 0px !important;
    align-items: center;
}

#healthprofessionals-menu {
    box-shadow: 0 10 px 20px rgb(0 0 0 / 50%);
}

@media all and (max-width: 999px) {
    #navbarSupportedContent ul {
        margin-bottom: 0px !important;
        align-items: initial;
        padding-top: 0px;
    }
}

.dropdown-divider {
    height: 0;
    margin: .5rem 0 !important;
    width: 100%;
    overflow: hidden;
    border-top: 1px solid #e9ecef;
}

.desktop-hide {
    display: none;
}

.dropdown-divider.mt-0 {
    margin-top: 0px !important;
}

.navbar-nav li {
    margin-left: 20px;
    margin-bottom: 0px;
}

.mobile-iwanto {
    display: none;
}

.nav li a {
    margin-bottom: 0px;
}

.navbar.bg-white {
    background-color: #fff !important;
    color: #323232;
}

.navbar-brand {
    width: 200px;
}

@media all and (min-width:1200px) {
    .navbar-brand {
        margin-left: 0px;
    }
}

.iwanto-btn {
    background-color: rgba(32, 64, 154);
    color: white;
    display: flex;
    justify-content: space-between;
    margin: 0px;
    color: white !important;
    padding: 36.3px 20px 36.1px;
    margin-top: -1px;
}

.nav-item.iwanto-btn {
    height: 100%;
}

.book-btn {
    background-color: #0097d4;
    color: white !important;
    padding: 25.05px;
    height: 100%;
    margin: 0px;
}

.book-btn:hover {
    opacity: 0.8;
    cursor: pointer
}

.TM-iwantto {
    position: absolute;
    /* top: 82px; */
    right: 15px;
    list-style: none;
    width: 305px;
    padding: 0px;
    background-color: #023d7b;
    z-index: 99999999999;
}

@media all and (max-width:1200px) {
    .TM-iwantto {
        width: 254px;
    }
}

@media all and (max-width:1000px) {
    .TM-iwantto {
        right: 0;
        width: 305px;
    }
}

.text-list-li .item-submenu {
    padding: 0px;
    list-style: none;
    position: absolute;
    margin-top: 10px;
    background-color: #15a2af;
    min-width: 230px;
    margin-left: -5px;
}

@media all and (max-width: 1200px) {
    .full-menu {
        margin-left: 0px !important;
    }
}

@media all and (min-width: 1200px) {
    .text-list-li .item-submenu {
        padding: 0px;
        list-style: none;
        position: absolute;
        margin-top: 10px;
        background-color: #15a2af;
        min-width: 230px;
        max-width: 260px;
        margin-left: -10px;
    }

    #desktopMenu {
        padding: 0 0x;
    }
}

@media all and (min-width: 1000px) {
    .text-list-li .item-submenu {
        padding: 0px;
        list-style: none;
        position: absolute;
        margin-top: 9px;
        background-color: #15a2af;
        min-width: 230px;
        max-width: 260px;
    }
}

.megamenu {
    border-top: 9px #fff solid;
    border-bottom: 9px #fff solid;
    padding: 0px 10px;
}

.megamenu.active,
.megamenu.active a {
    color: #15a2af !important;
}

@media all and (min-width: 1000px) {
    .megamenu.active a p {
        color: #15a2af !important;
    }
}

@media all and (max-width: 999px) {
    .megamenu.active a p {
        color: rgba(234, 240, 246, 0.7) !important;
    }
    
}

.megamenu-np {
    border-top: none !important;
    border-bottom: none !important;
}

.megamenu:hover {
    border-bottom: 9px #15a2af solid;
    color: #15a2af !important;

    margin-bottom: -13px;
    padding-bottom: 13px;
}

.megamenu .tm-desible .menu-open {
    display: none;
}

.megamenu:hover .tm-desible p {
    color: #15a2af !important;
}

.megamenu:hover .tm-desible .menu-open {
    color: #15a2af !important;
    display: block;
}

@media all and (max-width: 1000px) {
    .megamenu:hover .tm-desible .menu-open {
        color: #fff !important;
        display: none;
    }
    .megamenu:hover .tm-desible p {
        color: #fff !important;
    }
}

.megamenu:hover .tm-desible .menu-close {
    color: #f29a05 !important;
    display: none;
}

.megamenu-np:hover {
    border-bottom: none !important;
}

/* navi */

/* to display desktop Events & Talks and mobile Events & Talks */

.nav-link {
    cursor: pointer;
}

.nav-link p {
    margin-bottom: 0px !important;
    padding: 15px 0px;
}

@media all and (max-width: 1200px) {
    .nav-link p {
        padding: 10px 0px;
    }
}

.dropdown-divider.mb-0 {
    margin-bottom: 0px !important;
}

.megamenu-mainbox {
    background-color: #f5f5f5 !important;
}

#topbar {
    position: absolute;
    z-index: 1;
    right: 15px;
    top: -5px;
}

.topbtext a {
    color: #999 !important;
    font-size: 14px;
}

.megamenu {
    position: static;
}

.megamenu .dropdown-menu {
    background: none;
    border: none;
    width: 100%;
    margin: 0 auto;
    padding: 0px;
}

.search-icon-change::after {
    /* symbol for "opening" panels */
    font-family: "FontAwesome";
    content: "\f002";
    display: inline-block;
    color: #333;
    font-weight: normal;
    font-size: 20px;
}

.search-icon.show .search-icon-change::after {
    content: "\f00d";
}

.search-icon a {
    position: absolute;
    top: 5px;
    right: 195px;
    cursor: pointer;
}

.full-menu-col li::marker {
    content: "\f105";
    font-family: "FontAwesome";
    position: absolute;
    color: #000;
}

#collapseIWT ul .item-submenu-item {
    border-bottom: 1px #fff solid;
}

.item-submenu-item {
    border-bottom: 1px #fff solid;
}

@media all and (max-width: 1000px) {
    .item-submenu-item {
        border-bottom: none;
    }
}

.submenu-title.item-submenu-item {
    padding-left: 0px;
}

.submenu-title.item-submenu-item:before {
    content: "";
}

.fm-item a {
    color: #000 !important;
}

.text-list-li .item-submenu .item-submenu-item, .iwanto-btn .item-submenu .item-submenu-item {
    padding: 10px;
    margin: 0px;
    height: 100%;
}

.text-list-li .item-submenu .item-submenu-item a, .iwanto-btn .item-submenu .item-submenu-item a {
    color: white;
}

.text-list-li .item-submenu .item-submenu-item.active a {
    color: rgba(234, 240, 246, 0.7);
}


.megamenu p {
    color: #333;
    line-height: 1.4;
}

.full-menu {
    background-color: #fff !important;
    position: absolute;
    right: 0;
    width: 75% !important;
    border-top: 10px solid #15a2af;
    padding-bottom: 20px;
    max-width: none !important;
}

.full-menu .item-submenu-item {
    justify-content: space-between;
}

.full-menu :first-child {
    padding-left: 0px;
}

.full-menu-col {
    list-style: none;
    padding: 20px 0px;
    padding-left: 30px;
    width: 250px;
}

@media all and (max-width: 1200px) {
    .full-menu-col {
        width: 33.3%;
    }
    .full-menu .item-submenu-item {
        justify-content: flex-start;
    }
    .rm-padding {
        padding-left: 0px;
    }
}

.full-menu-col .fm-head {
    background-color: #15a2af;
    border-radius: 50px;
    padding: 10px 20px;
    color: white;
    margin-bottom: 15px !important;
    font-size: 16px;
}

.full-menu-col .fm-head-empty {
    background-color: #fff;
    border-radius: 50px;
    padding: 10px 20px;
    color: white;
    margin-bottom: 10px !important;
}

.full-menu-col .fm-item {
    margin-left: 20px !important;
    margin-top: 10px;
    padding-left: 5px;
}

.megamenu p i {
    font-size: 16px;
    color: #333 !important;
    margin-top: 10px;
}

.nav-item a {
    padding: 0px !important;
}

.mobile-list, .mobile-search-box, .icon-img {
    display: none;
}

/* .iwanto-btn.collapsed:after {
    content: "\f107";
    font-family: "FontAwesome";
} */

.TM-iwantto li {
    margin: 0px;
    padding: 10px 15px !important;
}

@media all and (max-width: 576px) {
    .TM-iwantto li {
        margin: 0px;
        padding: 5px 15px !important;
    }
}

.TM-iwantto li, .TM-iwantto li a {
    text-align: left;
    color: white;
    padding-top: 2px;
    padding-bottom: 2px;
    font-size: 16px;
}

@media all and (max-width: 1000px) {
    .TM-iwantto li, .TM-iwantto li a {
        margin-left: 15px;
    }
}

.TM-iwantto li:before {
    color: white;
}

/* .iwanto-btn:after {
    content: "\f106";
    font-family: "FontAwesome";
    color: white;
    font-size: 16px;
} */

.iwanto-btn:hover {
    opacity: 0.8;
    cursor: pointer;
}

.search-btn {
    background: none;
    text-decoration: none;
    color: black;
    width: 80px;
    text-align: center;
}

@media screen and (max-width:1000px) {
    .search-btn svg {
        font-size: 20px;
    }
}

.search-btn:hover {
    background: none;
    text-decoration: none;
    color: black;
    opacity: 0.7;
}

.iwanto-btn .item-submenu {
    padding: 0px;
    list-style: none;
    position: absolute;
    margin-top: 31px;
    right: 0px;
    background-color: #19386c;
    width: 290px;
    display: none;
}

@media screen and (min-width:992px) and (max-width:1204px) {
    .search-btn {
        width: 40px;
    }
    .book-btn, .iwanto-btn {
        font-size: 14px;
    }
    .book-btn {
        padding: 22px 16px;
    }
    .iwanto-btn {
        padding: 32px 15px 29px;
        margin-top: -1px;
    }
}

@media all and (max-width:1024px) {
    .navbar-brand {
        max-width: 150px !important;
    }
}

@media all and (max-width:1000px) {
    .navbar-brand {
        max-width: 220px !important;
    }
}


@media (max-width: 1020px) and (min-width:992px) {
    .navbar-brand {
        max-width: 170px !important;
    }
}

@media all and (max-width:1000px) {
    .navbar-brand {
        max-width: 220px;
    }
}

@media all and (max-width:576px) {
    .navbar-brand {
        max-width: 150px !important;
    }
}


.TM-iwantto ul {
    list-style: none;
    margin-bottom: 0;
}

@media screen and (max-width:767px) {
    .desktop-show {
        display: none;
    }
    .book-btn {
        font-weight: 500 !important;
        padding: 15px;
        width: 100%;
    }
    .iwanto-btn {
        font-weight: 500 !important;
        padding: 15px;
    }
    .book-btn-container {
        width: 100%;
    }
    .iwt-container {
        width: 100%;
    }
    .TM-iwantto {
        position: initial;
        right: 0px;
        list-style: none;
        width: 100%;
        padding: 0px;
        background-color: #19386c;
        z-index: 99999999999;
    }
}

@media screen and (max-width:576px) {
    .search-btn {
        width: 50px;
    }
    .book-btn, .iwanto-btn {
        font-size: 16px;
        font-weight: bold;
    }
    .book-btn {
        padding: 10px 15px;
    }
    .iwanto-btn {
        padding: 10px 15px 11px;
    }
    .book-btn-container {
        width: 50%;
        height: 47px;
        border-top: 1px solid #fff;
        border-bottom: 1px solid #fff;
    }
    .iwt-container {
        width: 50%;
        border-top: 1px solid #fff;
        border-bottom: 1px solid #fff;
    }
    .TM-iwantto {
        margin-left: auto;
        width: 100%;
    }
}

@media screen and (max-width:400px) {
    .book-btn-container {
        height: unset;
    }
    .iwanto-btn {
        padding: 22px 15px;
    }
}

.icon-drop-box {
    max-width: 250px !important;
    right: 15px;
    left: auto;
    border: unset;
}

.sub-menuitem-list {
    padding: 0px !important;
}

.sub-menuitem-list .sub-menuitem {
    margin: 0px !important;
}

.sub-menuitem-list .dropdown-divider {
    margin-left: 0px !important;
}

.sub-menuitem a {
    font-size: 20px;
    color: #333;
    margin: 15px 0px;
}

.right-div, .mid-div {
    max-width: 500px;
    width: 100%;
}

.secondnavimenu-image .bannerimage200 {
    margin-top: 20px;
}

.megamenu-list, .megamenu-image, .megamenu-sideimage {
    padding-right: 8px !important;
    padding-left: 8px !important;
}

.megamenu-mainbox-itam {
    padding: 20px;
}

.search-box-nav input {
    width: 100% !important;
    outline: none !important;
}

textarea:focus {
    outline: none !important;
    border: 0px !important;
    box-shadow: none !important;
}

.navbar-toggler.collapsed::before {
    /* symbol for "opening" panels */
    font-family: "FontAwesome";
    content: "\f0c9";
}

.navbar-toggler::before {
    /* symbol for "opening" panels */
    font-family: "FontAwesome";
    content: "\f00d";
    display: inline-block;
    color: #19386c;
    font-weight: normal;
    font-size: 30px;
    border: unset;
}

.has-search .form-control {
    padding-left: 2.375rem;
}

.has-search .form-control-feedback {
    position: absolute;
    z-index: 2;
    display: block;
    width: 2.375rem;
    height: 2.375rem;
    line-height: 1.4;
    text-align: center;
    pointer-events: none;
    color: #aaa;
}

#custom-search-input-mob {
    margin: 0;
    padding: 0;
    background-color: #179A9B !important;
}

.form-control {
    border: 0.5px solid #999;
}

#custom-search-input-mob .search-query {
    max-width: 1470px;
    width: 90%;
    padding: 20px;
    margin: 30px auto;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 0px;
}

#desktop-search-bar .dropdown-menu {
    position: absolute;
    top: 20px;
    width: 100%;
}

#custom-search-input-desk {
    max-width: 820px;
    padding: 16px 0px 0px 0px;
    width: 100%;
    margin-left: auto;
    margin-right: 185px;
    display: flex;
    align-items: center;
    background-color: #fff;
    border-bottom: 1px solid #333;
}

#custom-search-input-desk .input-group input {
    border: none;
}

#custom-search-input-desk span {
    cursor: pointer !important;
}

#custom-search-input-desk span:hover {
    opacity: 0.5 !important;
}

#custom-search-input-mob button {
    border: 0;
    background: none;
    /** belows styles are working good */
    margin-right: 14%;
    margin-top: 28px;
    padding: 10px;
    position: absolute;
    right: 0;
    /* IE7-8 doesn't have border-radius, so don't indent the padding */
    margin-bottom: 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 50px;
    color: gray;
    cursor: unset;
    z-index: 3;
}

.icon-box-item a:hover, .item-submenu a:hover {
    opacity: 0.5 !important;
}

@media all and (max-width: 1500px) {
    .megamenu.search-icon {
        margin-top: 40px;
        margin-left: 0px;
    }
    .sub-menuitem a {
        font-size: 22px;
    }
    .navbar-brand {
        max-width: 200px;
    }
}

@media all and (max-width: 1440px) {
    #custom-search-input-mob .search-query {
        max-width: 1338px
    }
}

@media all and (max-width: 1366px) {
    #custom-search-input-mob .search-query {
        max-width: 1280px;
    }
}

@media all and (max-width: 1300px) {
    .navbar-brand {
        max-width: 190px;
    }
    .sub-menuitem a {
        font-size: 20px;
    }
    .search-icon a {
        right: 168px;
        display: block;
        width: fit-content;
    }
}

@media all and (max-width: 1279px) {
    #custom-search-input-desk {
        max-width: 642px;
        margin-right: 155px;
    }
    #custom-search-input-mob .search-query {
        max-width: 935px;
    }
    
    header {
        height: 100px;
    }
    .iwanto-btn .item-submenu {
        margin-top: 25px;
    }
  
    .text-list-li .item-submenu {
        width: 233px;
    }
}

@media all and (min-width: 1301px) {
    .navbar-nav li {
        margin-left: 20px;
        margin-bottom: 0px;
    }
}

@media all and (max-width: 1345px) {
    .navbar-nav li {
        margin-left: 10px;
    }
}

@media all and (max-width: 1300px) {
    .navbar-nav li {
        margin-left: 5px;
        margin-bottom: 0px;
    }
}

@media all and (max-width: 1200px) {
    .navbar-nav li {
        margin-left: 10px;
        margin-bottom: 0px;
        padding: 0 5px;
    }
    .megamenu:hover {
        /* padding-bottom: 7px; */
        border-bottom: 10px #15a2af solid;
        color: #15a2af !important;
    }
    .text-list-li .item-submenu {
        margin-top: 10px;
    }
}

@media (max-width: 1080px) {
    .iwanto-btn .item-submenu {
        margin-top: 32px;
    }
    .text-list-li .item-submenu {
        margin-top: 7px;
    }
    .search-icon a {
        right: 164px;
    }
    header {
        height: 98px;
    }
    .header-border {
        height: 100px;
    }
    .text-list-li .item-submenu {
        margin-top: 10px;
    }
}

@media all and (min-width: 1025px) and (max-width: 1300px) {
    .tab-padding2 {
        padding-left: 0px !important;
    }
}

@media all and (max-width: 999px) {
    .TM-iwantto .collapse.show {
        position: absolute;
        list-style: none;
        width: 300px;
        padding: 0px;
        background-color: #19386c;
        margin-bottom: 0px;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        -ms-flex-align: center;
        align-items: center;
        z-index: 9999999;
        top: -100px;
    }
    .iwanto-btn .megamenu p {
        text-align: left !important;
        color: #fff !important;
        display: block;
        padding: 35px 40px 25px 15px;
        font-weight: bold;
    }
    .megamenu.iwanto-btn {
        height: 85px;
        position: absolute;
        margin-top: 0px;
        top: 0px;
        padding: 0px;
        right: 0px;
        width: fit-content;
        z-index: 999999999;
    }
    .iwanto-btn a.nav-link:after {
        color: #fff;
        content: "\f106";
        display: inline;
        position: absolute;
        top: 35px;
        right: 7%;
        font-family: "FontAwesome";
        font-size: 20px;
    }
    .text-list-li .item-submenu {
        padding-bottom: 0px;
        padding-top: 15px;
    }
    .text-list-li .item-submenu .item-submenu-item a, .iwanto-btn .item-submenu .item-submenu-item a {
        margin-left: 15px;
    }
    .header-border {
        height: 83px;
    }
    .iwanto-btn .item-submenu .item-submenu-item {
        padding-top: 0px;
        padding-left: 15px;
        padding-right: 15px;
        text-align: left;
    }
    .text-list-li p:after {
        color: #fff !important;
        content: "\f106";
        /* display: inline;*/
        position: absolute;
        right: 15px;
        font-family: "FontAwesome";
        font-size: 20px;
    }
    .full-menu {
        background-color: #fff !important;
        position: absolute;
        left: 0;
        width: 100% !important;
        border-top: none;
        padding-bottom: 20px;
    }
    .full-menu-col {
        width: 45%;
        padding-left: 20px;
    }
    .tab-padding {
        padding-left: 0px;
    }
    .iwanto-btn a.collapsed:after {
        content: "\f107" !important;
    }
    .iwanto-btn:hover a.nav-link:after {
        content: "\f106";
    }
    .text-list-li.active-text-list-li p:after, .iwanto-btn.active-text-list-li a.nav-link:after {
        color: #179A9B !important;
    }
    .text-list-li p {
        font-weight: 700;
    }
    .text-list-li .collapsed p {
        font-weight: unset;
    }
    .text-list-li .collapsed p:after {
        content: "\f107";
        transform: rotate( 270deg );
    }
    .text-list-li .collapsed .about:after {
        content: "\f105";
    }
    .iwanto-btn:hover .item-submenu {
        display: unset;
    }
    .iwanto-btn .item-submenu {
        width: fit-content;
        background-color: #fff;
        padding: 15px;
    }
    .iwanto-btn .item-submenu .item-submenu-item a {
        color: #333 !important;
    }
    .item-submenu-item:before {
        color: #333;
    }
    .megamenu:hover, .active-text-list-li:hover {
        border-bottom: 0px!important;
    }
    .navbar-nav {
        overflow-y: auto !important;
        width: 100%;
    }
    .text-list-li .item-submenu {
        position: relative !important;
        margin-top: 0px;
        width: 100%;
        background-color: white;
        margin-top: 0px;
        padding-left: 20px;
        /* padding:15px; */
    }
 
    .text-list-li .item-submenu .item-submenu-item {
        padding: 0px;
        margin-left: 0px;
        margin-bottom: 5px;
    }
    .active-text-list-li.iwanto-btn {
        border-bottom: 0px !important;
    }
    .active-text-list-li.iwanto-btn p {
        color: #179A9B !important;
    }
    #header {
        width: 100%;
    }
    header {
        height: auto;
        position: initial !important;
    }
    .navbar-toggler {
        padding-right: 15px;
    }
    .navbar-brand {
        /* margin: 15px; */
        margin: 9px;
        padding: 0px;
    }
    .desktop-hide {
        display: block;
    }
    .active-text-list-li {
        border-bottom: unset !important;
    }
    .nav-item .megamenu {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
    .megamenu-mainbox {
        background-color: white !important;
    }
    .megamenu.search-icon {
        margin-top: 0px;
        margin-left: 0px;
    }
    .search-iconu.show .megamenu::after {
        font-family: "FontAwesome";
        content: "" !important;
    }
    .iwanto-btn, .search-icon, .search-icon .dropdown-menu {
        position: relative;
        bottom: 0px;
        margin: 0px;
        text-align: center;
        width: 100%;
    }
    .nav-item.iwanto-btn .megamenu {
        padding: 0px !important;
        padding-left: 0px !important;
        line-height: 1.4;
    }
    .search-icon a {
        top: -56px;
        right: 30%;
    }
    #main-navber {
        position: relative;
        max-height: unset;
        margin-top: 0px;
        padding: 0px;
    }
    #custom-search-input-mob .input-group {
        width: 94.5%;
        margin: 0px auto;
    }
    #custom-search-input-mob .search-query {
        margin: 15px 10px;
        border: 1px #999 solid !important;
    }
    #custom-search-input-mob button {
        border: 0;
        background: none;
        margin-right: 20px;
        margin-top: 15px;
        padding: 10px;
        position: absolute;
        right: 0;
        margin-bottom: 0;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 50px;
        color: gray;
        cursor: unset;
        z-index: 10003;
    }
    #navbarSupportedContent {
        margin-top: -1px;
        background-color: white;
    }
    .icon-drop-box .megamenu-box .bg-white {
        background-color: #65c4de !important;
        padding: 20px 0px;
    }
    .desktop-br, .item-d, .desktop-list, #topbar, .desktop-seasrch-box, .search-non {
        display: none !important;
    }
    .mobile-list, .search-bl {
        display: block !important;
    }
    .mobile-search-box {
        position: relative;
    }
    
    .text-list-li .megamenu.No-acc::after {
        content: "";
    }
    .text-list-li.show .megamenu::after {
        /* symbol for "opening" panels */
        font-family: "FontAwesome";
        content: "\f077" !important;
    }
    .text-list-li .megamenu {
        display: flex;
        justify-content: space-between;
    }
    .navbar-nav li {
        margin: 0px;
        position: relative;
    }
    header-border {
        height: 85px;
    }
    #megamenu .dropdown-menu, .megamenu-box {
        border-top: none !important;
    }
    .sub-menuitem a {
        line-height: 1.4;
    }
    .megamenu-mainbox-itam {
        padding: 10px;
    }
    .megamenu-list, .megamenu-image, .megamenu-sideimage {
        padding-right: 30px !important;
        padding-left: 30px !important;
    }
    .sub-menuitem a {
        font-size: 20px !important;
    }
    .icon-box-nav {
        display: flex;
        justify-content: space-evenly;
        padding: 15px;
        text-align: center;
        margin: 0 auto;
    }
    .icon-box-item, .icon-img {
        margin: 0 auto;
        text-align: center;
        width: 100%;
    }
    .icon-box-item {
        max-width: 200px;
    }
    .icon-img {
        max-width: 90px;
        max-height: 100px;
        display: block;
    }
    .megamenu {
        border-top: 0px;
        border-bottom: 0px;
    }
    .icon-drop-box {
        max-width: 100% !important;
        right: unset;
        left: 0px !important;
        border: unset;
        z-index: 99999;
    }
    .nav-link p {
        margin-bottom: 0px !important;
        padding: 15px;
        justify-content: space-between;
        display: flex;
        align-items: center;
        color: #fff!important;
    
    }
    .nav-item.dropdown.megamenu, 
    .nav-item.dropdown.megamenu .item-submenu,
    .menuContent ul {
        background-color: #15a2af;
    }
    #main-navber {
        justify-content: flex-start;
        width: 100%;
    }
    
}

#collapseIWT ul li.item-submenu-item:hover {
    opacity: 0.8;
}

@media all and (max-width: 1000px) {
    .item-submenu-item::before {
        content: "\f105";
        font-weight: 900;
        font-size: 2rem !important;
        font-family: "Font Awesome 5 Free";
        color: #fff;
        margin-right: 5px;
        position: absolute;
    }
    .item-submenu-item {
        border-bottom: 0px;
        color: #fff;
        display: flex;
        align-items: center;
    }
}

@media (max-width: 840px) {
   
    .navbar-toggler::before {
        right: 25%;
    }
    .search-icon a {
        right: 34%;
    }
   
}

@media (max-width: 700px) {
    .navbar-toggler::before {
        right: 30%;
    }
    .search-icon a {
        right: 40%;
    }
}

@media all and (max-width: 576px) {
    #custom-search-input-mob button {
        margin-top: 13px;
        right: -2px;
    }
    #custom-search-input-mob .search-query {
        margin: 15px;
        padding: .375rem .75rem !important;
    }
    #custom-search-input-mob .input-group {
        width: 100%;
    }
    #header {
        width: 100%;
    }
    .iwanto-btn .item-submenu {
        padding-left: 0px;
    }
    .nav-item .megamenu {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
    .navbar-brand {
        max-width: 150px;
        margin: 5px;
    }
    .navbar-nav li {
        margin-left: 0%;
    }
    .megamenu p {
        font-size: 16px !important;
        line-height: 1.4;
    }
    .nav-link.tm-desible {
        background-color: #15a2af;
        color: white !important;
    }
    .megamenu p  {
        color: white !important;
    }
    .sub-menuitem a {
        font-size: 16px !important;
    }
    .iwanto-btn .megamenu p {
        padding: 34px 40px 9px 10px;
        font-size: 14px !important;
    }
    .header-border {
        height: 80px;
    }
    .iwanto-btn a.nav-link:after {
        right: 20px;
        top: 32px;
    }
    .navbar-toggler::before {
        top: 37px;
        font-size: 26px;
        margin-right: 7px;
    }
    .icon-img {
        max-width: 60px;
        max-height: 80px;
    }
    .search-icon a {
        right: 42%;
        top: -51.5px !important;
    }
    #main-navber {
        justify-content: space-between;
        width: 100%;
    }
    .full-menu-col {
        width: 100%;
        padding-left: 0px;
    }
    .full-menu-col .fm-head {
        max-width: 70%;
    }
    .fm-head-empty {
        display: none;
    }
    .search-icon-change::after {
        margin-left: 100px;
        margin-right: -500px;
        font-size: 20px;
    }
}

@media (max-width: 700px) {
    .navbar-toggler::before {
        right: 30%;
    }
    .search-icon a {
        right: 40%;
    }
}

@media all and (max-width: 400px) {
    .megamenu.iwanto-btn {
        position: absolute;
        height: 85px;
        top: 0;
    }
    .iwanto-btn .megamenu p {
        padding: 34px 40px 9px 10px;
        font-size: 14px !important;
    }
    .header-border {
        height: 80px;
    }
    .iwanto-btn a.nav-link:after {
        right: 30px;
        top: 32px;
    }
    .navbar-toggler::before {
        margin-right: 0px;
        top: 37px;
        font-size: 26px;
    }
    .search-icon a {
        right: 42%;
        top: -51.5px !important;
    }
    #main-navber {
        justify-content: flex-start;
        width: 100%;
    }
    .search-icon-change::after {
        margin-left: 70px;
    }
}

/* active Menu */

.sub-menuitem a.active-sidemenu {
    color: #179A9B;
    font-weight: bold;
}

.sub-menuitem a.active-sidemenu:before {
    content: '\f061';
    position: absolute;
    right: 14%;
    font-family: 'FontAwesome' !important;
}

@media all and (min-width: 999px) {
    .text-list-li:hover .item-submenu, .iwanto-btn:hover .item-submenu {
        display: block;
    }
    .text-list-li .item-submenu {
        display: none;
    }
    .full-menu {
        box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px;
    }
}

@media all and (max-width: 990px) {
    #main-navber {
        max-height: 100vh;
        height: 100%;
        overflow: scroll;
    }
    #menu-5.text-list-li .item-submenu {
        width: 100%;
    }
    a.tm-desible:hover {
        opacity: 1;
    }
}

.no-mobile {
    display: block;
}

@media all and (max-width: 640px) {
    header {
        top: 0;
    }
}

@media all and (max-width: 576px) {
    .text-list-li .item-submenu {
        padding-left: 15px;
    }
    .no-mobile {
        display: none !important;
    }
    
    #header-main {
        padding-left: 0px;
        padding-right: 0px;
    }
    .mobile-iwanto {
        display: block;
        width: 100vw;
        width: 100%;
        background-color: #19386c;
        color: #fff;
        position: relative;
    }
    .mobile-iwanto .megamenu p {
        color: #fff !important;
        padding: 10px 0;
    }
    .mobile-iwanto a.nav-link:after {
        color: #fff;
        content: "\f106";
        position: absolute;
        top: 10px;
        right: 5%;
        font-family: "FontAwesome";
        font-size: 20px;
    }
    .mobile-iwanto a.collapsed:after {
        content: "\f107" !important;
    }

    .nav-link p {
        padding: 10px 10px;
    }
    .megamenu .tm-desible[aria-expanded="true"] p {
        font-weight: bold;
    }
}

@media all and (max-width: 400px) {
    .mobile-iwanto a.nav-link:after {
        right: 7.5%;
    }
}

.megamenu .nav-link {
    display: flex;
    align-items: center;
}

.megamenu .nav-link svg {
    color: #333;
    margin-left: 5px;
    font-weight: 500;
    align-self: flex-end;
    margin-bottom: 15px;
}

@media all and (max-width: 1000px) {
    .megamenu .nav-link svg {
        display: none;
    }
}

#healthprofessionals-menu {
    padding-left: 0;
}

@media all and (max-width: 1000px) {
    #healthprofessionals-menu {
        padding-left: 20px;
    }
}

#mobileMenu {
    width: 100%;
    overflow-x: hidden;
}

#mobileMenu .item-submenu {
    padding-left: 0;
}

@media all and (max-width: 576px) {
    #mobileMenu .item-submenu {
        padding-left: 20px;
    }
}

#mobileMenu li {
    margin: 0;
    padding: 0;
    margin-bottom: 5px;
    width: 100%;
}

#mobileMenu li a {
    color: #fff;
}

#mobileMenu .health-menu-item a {
    font-size: 16px;
}

#mobileMenu .health-menu-item a:after {
    color: #fff !important;
    content: "\f106";
    position: absolute;
    right: 20px;
    font-family: "FontAwesome";
    font-size: 20px;
}

#mobileMenu .health-menu-item a[aria-expanded="true"]:after {
    color: #fff !important;
    content: "\f106";
    position: absolute;
    right: 5px;
    font-family: "FontAwesome";
    font-size: 20px;
}

#mobileMenu .health-menu-item a[aria-expanded="false"]:after {
    color: #fff !important;
    content: "\f107";
    position: absolute;
    right: 5px;
    font-family: "FontAwesome";
    font-size: 20px;
}

#mobileMenu .health-menu-item a[data-target="#healthpro2"]:after, #mobileMenu .health-menu-item a[data-target="#healthpro3"]:after, #mobileMenu .health-menu-item a[data-target="#healthpro4"]:after {
    color: #fff !important;
    content: "\f105";
    position: absolute;
    right: 5px;
    font-family: "FontAwesome";
    font-size: 20px;
}

@media all and (max-width: 576px) {
    #healthprofessionals-menu {
        padding-left: 15px;
        overflow-y: hidden;
    }
    #mobileMenu {
        overflow-y: hidden;
    }
}

.secondary-nav a:hover {
    opacity: 0.8;
}

.footer__right p a:hover, .footer__right h1 svg:hover, .footer__left p a:hover, .footer__left img:hover {
    opacity: 0.8;
    cursor: pointer;
    color: #333;
}

@media all and (max-width: 1000px) {
    .nav {
        flex-wrap: unset;
    }
}

@media all and (max-width: 767px) {
    .book-btn-container, .iwt-container {
        display: none !important;
    }
}

.iwt-mobile{
    background-color: #023d7b;
    color: #fff;
    padding: 10px 15px;
}

.iwt-mobile a{
    color: #fff;
}

.iwt-mobile::after{
    content: "\f106";
    font-family: "FontAwesome";
    color: #fff;
    font-size: 18px;
    position: absolute;
    right: 15px;
}


.iwt-mobile.collapsed::after{
    content: "\f107";
    font-family: "FontAwesome";
}

#mobile-IWT{
    padding: 0px;
    
}

#mobile-IWT ul li{
    padding: 10px 15px;
    background-color: #023d7b;
    border-top: 1px solid #fff;
}

#mobile-IWT ul li a{
    width: 100%;
    color: #fff;
    
}

.fb-span{
    vertical-align: middle; 
    padding-bottom: 10px; 
    margin-right: 10px;
}

.mobile-iwt{
    background-color: #023d7b;
    padding: 10px 5px;
    border: 1px solid #fff;
}

.mobile-iwt:nth-child(1),
.mobile-iwt:nth-child(2),
.mobile-iwt:nth-child(3){
    border-bottom: none;
}

.mobile-iwt:nth-child(2),
.mobile-iwt:nth-child(5){
    border-left: none;
    border-right: none;
}

.mobile-iwt:nth-child(1),
.mobile-iwt:nth-child(4){
    border-left: none;
}

.mobile-iwt:nth-child(3),
.mobile-iwt:nth-child(6){
    border-right: none;
}

.mobile-iwt svg{
    color: #fff !important;
    font-size: 32px;
    margin-bottom: 5px;
}

.mobile-iwt {
    color: #fff !important;
    /*font-size: 12px;*/
    /* margin-top: 5px; */
    line-height: 1.2;
    
}

.mobile-iwt a::after{
    color: #fff !important;
    content: "\f105";
    /* display: inline; */
    font-family: "FontAwesome";
    font-size: 12px;
    margin-left: 5px;
}

#collapseIWT ul li::before{
    content: none;
}

#collapseIWT ul li a{
    margin-left: 0;
}

@media all and (max-width: 360px) {
    .navbar-brand {
        max-width: 180px !important;
    }
}

#searchBar{
    max-width: 100%;
    margin-left: auto;
    margin-right: 10px;
    margin-top: 1px;
    padding: 5px;
   
}

#searchBar input{
    width: 100%; 
    padding: 10px;
    border: none;
    border-bottom: 1px solid #212529;
}

@media all and (max-width: 1000px) {
    #searchBar{
        width: 100%; 
        margin-left: auto;
        margin-right: 0px;
    }

    #searchBar input{
        width: 100%; 
        padding: 10px;
    }
}

#searchBtn[aria-expanded="false"]::after{
    content: "\f002";
    font-family: "FontAwesome";
    font-size: 20px;
}

#searchBtn[aria-expanded="true"]::after{
    content: "\f00d";
    font-family: "FontAwesome";
    font-size: 20px;
}

#searchBarDesktop{
    width: 80%;
    margin-right: 10px;
    z-index: 999999;
    
}

#searchBarDesktop input{
    width: 100%; 
    padding: 5px;
    margin-left: auto;
    margin-right: 10px;
    border: none;
    border-bottom: 1px solid #212529;
}

#searchBtn:hover{
    cursor: pointer;
}

#searchBar input:focus,
#searchBarDesktop input:focus{
    outline: unset !important;
}
/*end of header*/
/*start of footer 22-54*/
footer {
    width: 100%;
    padding: 0px 0 0;
    color:white;
    background-color: rgba(32, 64, 154);
    position: relative;
    z-index: 9;
}

@media all and (min-width:576px) {
    footer {
        width: 100%;
        color:white;
        background-color: rgba(32, 64, 154);
    }
}

@media all and (min-width:1200px) {
    footer > .container:first-child {
        padding-bottom: 60px;
    }
}

footer > .container-fluid {
    background-color: white;
    padding: 15px 0;
}

@media all and (min-width:576px) {
    footer > .container-fluid {
        background-color: white;
        padding: 20px 0;
    }
}

/*end of footer*/
/* footer styles */
.btn-link.btn-find-out:hover {
    cursor: pointer;
    text-decoration: unset;
}

.btn-link:focus{
    text-decoration: none;
}

.btn-link a{
    color: #fff;
}

.btn-link a:hover{
    opacity: 1;
}

.accordian-menu__content .btn-find-out{
    margin-top: 20px;
    background-color: transparent;
    color: white;
    padding: 5px 15px 5px 15px;
    border: 1px solid white;
    border-radius: 50px;
    /* padding-right: 20px; */
}

@media all and (max-width:576px) {
    .accordian-menu__content .btn-find-out{
        margin-top: 20px;
        background-color: transparent;
        color: white;
        padding: 3px 15px;
        border: 1px solid white;
    }
}

.accordian-menu__content .btn-find-out::after{
    display: none;
	padding-left: 8px;
	content: '\f105';
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
}

.accordian-menu__content .btn-find-out:hover{
    padding-right: 40px ;
    transition: all 0.3s ease 0s;
}

.accordian-menu__content .btn-find-out:hover::after{
    display: inline-block;
    position: absolute;
    left: 165px;
    animation: banner-button-arrow 0.2s linear;
}

@keyframes banner-button-arrow {
    0% { left: 0; }
    100% { left: 165; }
}

@media all and (min-width: 1200px) {
    .accordian-menu__content .btn-find-out:hover::after{
        left: 140px;
    }
}

@media all and (min-width: 1000px) and (max-width: 1199px) {
    .accordian-menu__content .btn-find-out:hover::after{
        left: 135px;
    }
}

@media all and (max-width: 760px) {
    .accordian-menu__content .btn-find-out:hover::after{
        left: 135px;
    }
}


/* Not working in ios =========
.footer__links li::marker {
    content: '\f105';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 18px;
} */
.footer__links li::marker{
    display: none !important;
    content:'';
    list-style-type: none;
}

.footer__links li::before {
    content: "\f105";
    font-weight: 900;
    font-size: 18px;
    font-family: "Font Awesome 5 Free";
    margin-right: 5px;
}

@media all and (max-width: 767px) {
    .footer__links li::before{
        font-size: 16px;
    }
}

.footer__links {
    /* padding-left: 10px; */
    font-weight: 300;
    margin-bottom: 0;
    list-style: none;
}

.footer__links li {
    /* padding-left: 5px; */
    margin-bottom: 10px;
}

.footer__links li:last-child {
    margin-bottom: 0px;
}
.footer__links li a {
    text-transform:capitalize;
    color: white;
}

.footer__links li a:hover {
    opacity: 0.5;
}

.card.join-us {
    background-size: cover;
    background-position: top right;
    background-repeat: no-repeat;
    border-radius: 0;
    border: none;
    color: black;
    width: 100%;
	line-height: 1.4;
}

.card.join-us img{
    padding-top: 50px ;
}

@media all and (max-width: 1300px) {
    .card.join-us img{
        padding-top: 60px;
    }
}

@media all and (max-width: 1200px) {
    .card.join-us img{
        padding-top: 100px;
    }
}

@media all and (min-width: 1000px) {
    .card.join-us img {
        max-height: 400px;
    }
}

@media all and (max-width: 999px) {
    .card.join-us img{
        padding-top: 0px;
        max-height: 500px;
    }
}

.card.join-us .join-us-content {
    padding: 20px;
    white-space: normal;
    position: absolute;
}

.card.join-us .join-us-content button {
    background-color: transparent;
    padding: 5px 15px;
    color: #19386c;
    border: 1px solid #19386c;
    border-radius: 50px;
    margin-top:5px;
}


@media all and (max-width: 576px) {
    .card.join-us .join-us-content button{
        padding: 5px 15px;
    }
}

.card.join-us .join-us-content button::after{
    display: none;
	padding-left: 8px;
	content: '\f105';
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
	 
}

.card.join-us .join-us-content button:hover{
    color: #fff;
	background-color: #19386c;
    padding-right: 40px ;
    transition: all 0.3s ease 0s;
}

.card.join-us .join-us-content button:hover::after{
    display: inline-block;
    position: absolute;
    left: 140px;
    animation: join-us-arrow 0.2s linear;
}

@keyframes join-us-arrow {
    0% { left: 0; }
    100% { left: 140; }
}

.card.join-us p {
    margin-bottom: 1rem;
}

@media all and (min-width:1200px) {
    .card.join-us p {
        margin-bottom: 1rem;
    }
}

.card.join-us .btn-find-out {
    color: #1A386C;
	line-height: 1.4
}


.footer__content .btn-block:hover {
    cursor: pointer;
}

.accordian-menu {
    list-style-type: none;
    color: white;

}

.accordian-menu__item {
    --item-padding: 10px;
    border-bottom: 1px solid white;
}

.accordian-menu__item a {
    color: #fff;
}

@media all and (max-width:576px) {
    .accordian-menu__item:not(.item--main) {
        border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    }

}

.accordian-menu__item:not(.item--main):first-child{
    border-top: 1px solid rgba(255, 255, 255, 0.3);
}


@media (max-width: 576px) {
    .accordian-menu__item:not(.item--main) {
        border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    }

    .accordian-menu__item:not(.item--main):first-child{
        border-top: 1px solid rgba(255, 255, 255, 0.3);
    }

}

.accordian-menu__item {
    --item-padding: 10px;
    border-bottom: 1px solid white;
}

.accordian-menu__item.item--main {
    border-bottom:  1px solid white;
}

@media (min-width: 576px){
}


.accordian-menu__item:not(.item--main):first-child{
    border-top: 1px solid rgb(255, 255, 255);
}

.accordian-menu__item > a {
    font-weight: 700;
    padding: 0 0 var(--item-padding);
    position: relative;
    text-transform: capitalize;
}

.accordian-menu__item > a {
    padding-top: var(--item-padding);
}

.accordian-menu__item > a:after {
    content: '\f078';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    right: 1.5rem;
    top: 1.5rem;
    transform: rotate3d(1, 0, 0, 0deg);
    transition: transform 0.2s ease;
    font-size: 1rem;
    will-change: transform;
}

#menu_item1{
    transform: rotate(0.5turn);
}


@media all and (min-width:576px) {
    .accordian-menu__item.item--main > a:after {
        content: unset;
    }
}
@media all and (max-width:2000px) {
    .accordian-menu__content {
        white-space: normal !important;
    }
}
.accordian-menu__item > a[aria-expanded="true"]:after {
    transform: rotate3d(1, 0, 0, 180deg);
}

.accordian-menu__item > a[aria-label="close"]:after {
    transform: rotate(1.75turn);
}

.accordian-menu__content {
    padding: 0 0 calc(var(--item-padding) * 2);
    white-space: nowrap;
}

.footer__bottom {
    line-height: 1.4;
    color: #222;
    font-weight: 200;
}

.footer__bottom i {
    font-size: 5rem;
}

.footer__bottom a {
    color: inherit;
}
.footer-list{
    display: flex;
    flex-direction: column;
}
.bar-accord{
    color:white;
    display:flex;
    justify-content: space-between;
    border-bottom: 1px solid white;
    cursor: pointer;
}
.container-orange{
    width: 100%;
}



/* owl carousel */

.owl-dots {
    position: absolute;
    bottom: -3.5rem;
    left: 50%;
    transform: translateX(-50%);
}


.lastcrumb a{
  color: rgba(234, 240, 246, 0.8) !important;
}

#ourclinics__ul .accordian-menu__item a {
    font-weight: unset;
}
#ourclinics__ul .accordian-menu__item a[aria-expanded="true"] {
    font-weight: 700;
}

@media all and (min-width:576px) {
    #ourclinics__ul .accordian-menu__item a {
        font-weight: unset;
    }
}

#sitemap_ul .accordian-menu__item a {
    font-weight: unset;
}
#sitemap_ul .accordian-menu__item a[aria-expanded="true"] {
    font-weight: 700;
}

#sitemap_ul .accordian-menu__item li.active a {
    color: #afc4d3;
    font-weight: bold;
}

@media all and (min-width:576px) {
    #sitemap_ul .accordian-menu__item a {
        font-weight: unset;
    }
}

@media all and (max-width:576px) {
    .accordian-menu__item > a { 
        font-weight: 100 !important;
    }
    .accordian-menu__item > a[aria-expanded="true"],.btn--cards:not(.collapsed){
        font-weight: 600 !important;
    }
    .accordian-menu__item > a[aria-expanded="true"]::after{
        font-weight: 700 !important;
    }
}

@media all and (max-width:767px) {
	.accordian-menu__item > a.footer-control[aria-expanded="false"]::after{
        content: '\f078';
		font-family: "Font Awesome 5 Free";
		font-weight: 900;
		margin-left: 5px;
		font-size: 1.4rem;
    }
    .accordian-menu__item > a.footer-control[aria-expanded="true"]::after{
        content: '\f077';
		font-family: "Font Awesome 5 Free";
		font-weight: 900;
		margin-left: 5px;
		font-size: 1.4rem;
        transform: none !important;
    }
}
@media all and (min-width:768px) {
    .accordian-menu__item.item--main {
        border-bottom: none !important;
    }
}

.btn-load-more:hover{
    opacity: 0.8;
}

.fa-facebook:hover{
    opacity: 0.8;
}
#back-to-top {
    position: fixed;
    bottom: 200px;
    right: 0px;
    display: none;
    background-color:  rgba(152, 152, 152, 0.5);
    text-align: center;
    color: #fff;
    font-size: 11px;
    padding: 10px;
    height: 4rem;
    width: 4rem;
    text-decoration: none;
    z-index: 99999;
    /* margin-bottom: 50px; */
}
#back-to-top b > svg{
    font-size: 20px;
}
#back-to-top:hover{
    opacity: 0.8;
}
.top-btn{
    position: relative;
    right:-268px;
}
.chat-box{
    position: fixed;
    right:-200px;
    bottom: 0px;
    z-index: 99999;
}
.chat-box img{
    width:35%
}

@media  screen and (max-width:576px) {
    .chat-box img{
        width:80px;
    }
}
.container--fb{
    padding-top: 60px;
}
@media  screen and (max-width:1024px) {
    .container--fb{
        padding-top: 30px;
    } 
}

.pt-6{
    padding-top: 40px;
}

@media  screen and (max-width:576px) {
    .pt-6{
        padding-top: 20px;
    }
	
	.chat-box img{
    width:25%
}
	
	.chat-box{
    position: fixed;
    right:-230px;
    bottom: 0px;
    z-index: 99999;
} 
}

#sitemap .accordian-menu__item.active a {
    color: #afc4d3;
    font-weight: bold;
}

.footer__right.text-right h1 a .fa-facebook{
    font-size: 40px;
}

.animated.fadeInRight.button-delay a{
    color:#fff;
}

footer .order-4 .footer__right p {
    font-size:14px;
}

.nav {
    flex-wrap: nowrap;
}

.navbar-nav ul {
    list-style: none;
}

.big-card__wrapper h4 {
    color: #fff;
}

/* new codes for PCA */

#joinus iframe {
    height: 300px;
    border: none;
}

#joinus iframe::before {
    content: 'PCA';
}


.footer__bottom img {
    max-width: 190px;
    width: 100% !important;
}